home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-12 | 703 b | 32 lines | [TEXT/MPS ] |
- ;
- ; File: Strings.a
- ;
- ; Contains: Pascal <-> C String Interfaces.
- ;
- ; Version: Technology: System 7.5
- ; Release: Universal Interfaces 3.0.1
- ;
- ; Copyright: © 1985-1993, 1996-1997 by Apple Computer, Inc., all rights reserved
- ;
- ; Bugs?: Please include the the file and version information (from above) with
- ; the problem description. Developers belonging to one of the Apple
- ; developer programs can submit bug reports to:
- ;
- ; devsupport@apple.com
- ;
- ;
- ;
- ; Note: All Pascal <-> C String routines have moved to TextUtils.h
- ;
- ;
-
- IF &TYPE('__STRINGS__') = 'UNDEFINED' THEN
- __STRINGS__ SET 1
-
- IF &TYPE('__TEXTUTILS__') = 'UNDEFINED' THEN
- include 'TextUtils.a'
- ENDIF
-
- ENDIF ; __STRINGS__
-
-